home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / mac / graficos / hpgl-to-pict-hc.hqx / hp2pict deck / card_6527.txt < prev    next >
Text File  |  1982-12-17  |  3KB  |  144 lines

  1. -- card: 6527 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 6166
  5. -- name: TOC
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=17 top=2 right=45 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: title
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 2002
  25. -- rect: left=19 top=70 right=172 bottom=494
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 20
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: text
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 2002
  39. -- rect: left=67 top=233 right=323 bottom=446
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 20
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=451 top=21 right=41 bottom=471
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1013 / 1013
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Next
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect wipe left
  65.   go to next card
  66. end mouseUp
  67.  
  68.  
  69.  
  70.  
  71. -- part 5 (button)
  72. -- low flags: 00
  73. -- high flags: 2000
  74. -- rect: left=449 top=4 right=23 bottom=470
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 1014 / 1014
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Prev
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   visual effect wipe right
  86.   go to previous card
  87. end mouseUp
  88.  
  89.  
  90.  
  91.  
  92. -- part 6 (button)
  93. -- low flags: 00
  94. -- high flags: 2000
  95. -- rect: left=26 top=142 right=159 bottom=123
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   edit script of background "Plot.Back"
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 7 (button)
  112. -- low flags: 00
  113. -- high flags: 2000
  114. -- rect: left=27 top=124 right=140 bottom=117
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: 
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   go card  "hp2pictXCMD.c"
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part contents for card part 2
  131. ----- text -----
  132. This stack contains an XCMD that translates Hewlett Packard Graphics Language (HPGL) scripts into Macintosh Pictures (PICT format).  This version translates the basic line drawing and labelling commands of HPGL.  Many other commands (fills, objects, etc.) are not implemented.  The source code*, in MPW C, is included for your tweaking pleasures.  See the "Plot.Back" background script * for HyperTalk routines which call hp2pictXCMD.
  133.  
  134.  
  135. -- part contents for card part 3
  136. ----- text -----
  137. Copyright 1990 by D.G. Gilbert.  
  138. dogStar Software & Biology Dept., Indiana University
  139. email:  Don.Gilbert@Iubio.Bio.Indiana.Edu
  140. You may use and re-distribute this material as you wish with the exceptions that you may not sell it, or remove or alter the copyright statement.
  141.  
  142. -- part contents for card part 1
  143. ----- text -----
  144. HPGL to PICTure Translator